home *** CD-ROM | disk | FTP | other *** search
- . Sample Telix script file to log onto a Fido bbs
- . Replace the pertinent info with your info.
-
- . If Telix properly detects when you are connected then take out
- . the dots in front of the next two commands. This will make this file
- . runnable as a linked script and from with the Alt-S command.
-
- . ifonline start
- . dial "entry number"
-
- timeout 2 start . send CR's until acknowledged
-
- start:
- send "|~|"
- waitany
-
- timeout 180 failed
-
- waitfor "FIRST name:" . replace firstname, lastname,
- send "fistname;lastname|~|password|" . and password with your info
- stop
-
- failed:
- message "Logon failed"